.index_3_2_box1_b li,.index_3_1_1_box li,.index_3_2_box2_b li,.index_3_3_box1 ul li,.index_4_l_1_box ul li,.index_4_r_txt li,.index_6_l_box ul li,.index_6_r_box1 ul li,.index_6_r_box2 ul li,.index_6_r_box3 ul li,.index_7_1_box2 ul li,.index_7_1_box5 ul li,.index_3_2_box1_b ul li,.index_7_3_box2 ul li{width:100%; height:20px; line-height:20px;overflow:hidden;}
.index_7_2_box3 ul li{width:49%; height:20px; line-height:20px;overflow:hidden;}

a.titlel{width:120px; float:left; height:25px; line-height:25px;}
p.titler{width:auto; float:right;  height:25px; line-height:25px; font-size:12px; font-weight:normal; color:#999;}

/*Ê×Ò³»ÃµÆÆ¬ÑùÊ½*/
.swiper-container {
      width: 370px;
      height: 220px;
    }
    .swiper-slide {
      position: relative;
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
    .swiper-pagination {
      text-align: right;
    }
    .swiper-slide img {
      display: block;
      width: 370px;
      height: 220px;
    }
    .swiper-slide .slide-intro {
      position: absolute;
      width: 370px;
      height: 60px;
      bottom: 0;
      left: 0;
    }
    .swiper-slide .slide-title {
      position: relative;
      z-index: 1;
      width: 350px;
      height: 30px;
      padding: 0 10px;
      margin-top: 5px;
      line-height: 30px;
      font-size: 18px;
      font-weight: bold;
      text-align: left;
      color: #fff;
      overflow: hidden;
    }
    .swiper-slide .slide-describe {
      position: relative;
      width: 350px;
      height: 20px;
      line-height: 20px;
      padding: 0 10px;
      z-index: 1;
      font-size: 12px;
      text-align: left;
      color: #ffd800;
      overflow: hidden;
    }
    .swiper-slide .slide-mask {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      bottom: 0;
      z-index: 0;
      background-color: rgba(0, 0, 0, 0.5);
    }